home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / UnLoadPrg < prev   
Text File  |  1990-06-22  |  1KB  |  64 lines

  1.  
  2.  
  3.  
  4.      UnLoadPrg(33.4)      ARP Programmers Manual       UnLoadPrg(33.4)
  5.  
  6.  
  7.  
  8.      NAME
  9.       UnLoadPrg -- UnLoad a    program    received from LoadPrg().
  10.  
  11.      SYNOPSIS
  12.       UnLoadPrg(Segment)
  13.                d1
  14.  
  15.      FUNCTION
  16.       The function LoadPrg() searches the Resident list for
  17.       programs before searching the    user's path. Attempting    to
  18.       free this segment using UnLoadSeg() will result in disaster,
  19.       since    the program is still logged on the resident list, and
  20.       could    still be in use    by other processes.  This function
  21.       correctly handles all    cases that can occur, calling
  22.       LoadSeg() or ReleaseResidentPrg() as appropriate.
  23.  
  24.       For a    general    discussion on ARP's resident list, see the
  25.       manual page for AddResidentPrg().
  26.  
  27.      INPUTS
  28.       Segment - pointer to a segment obtained from LoadPrg()
  29.  
  30.      RESULT
  31.       Nothing
  32.  
  33.      BUGS
  34.       None known
  35.  
  36.      SEE ALSO
  37.       ObtainResidentPrg(), AddResidentPrg(),LoadPrg(),
  38.       CheckSumPrg(), RemResidentPrg(), ReleaseResidentPrg(),
  39.       BaseName().
  40.  
  41.      AUTHOR
  42.       SDB
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.